home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global lan
- set the visible of sprite 4 to 1
- set the visible of sprite 5 to 0
- set the visible of sprite 39 to 0
- set the visible of sprite 40 to 0
- set the visible of sprite 46 to 1
- if lan = "e" then
- go("ed")
- else
- nothing()
- end if
- if lan = "f" then
- go("fd")
- else
- nothing()
- end if
- if lan = "g" then
- go("gd")
- else
- nothing()
- end if
- end
-